ServiceMarkAsJunk Method (IListItemId, Boolean, Boolean) |
Marks as junk.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<MarkAsJunkResponse> MarkAsJunk(
IList<ItemId> itemIds,
bool isJunk,
bool moveItem
)
Public Function MarkAsJunk (
itemIds As IList(Of ItemId),
isJunk As Boolean,
moveItem As Boolean
) As IList(Of MarkAsJunkResponse)
Parameters
- itemIds
- Type: System.Collections.GenericIListItemId
The item ids. - isJunk
- Type: SystemBoolean
if set to true [is junk]. - moveItem
- Type: SystemBoolean
if set to true [move item].
Return Value
Type:
IListMarkAsJunkResponseIList{MarkAsJunkResponse}.
See Also